Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mediaconvert: Use standard Regional endpoints, not per-account endpoints #35615

Merged
merged 18 commits into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    0bd72b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edcf454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c89de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8179e52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b30ad6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c5a88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a96f05 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccMediaConvert' PKG=mediaconvert ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mediaconvert/... -v -count 1 -parallel 2  -run=TestAccMediaConvert -timeout 360m
    === RUN   TestAccMediaConvertQueueDataSource_basic
    === PAUSE TestAccMediaConvertQueueDataSource_basic
    === RUN   TestAccMediaConvertQueue_basic
    === PAUSE TestAccMediaConvertQueue_basic
    === RUN   TestAccMediaConvertQueue_disappears
    === PAUSE TestAccMediaConvertQueue_disappears
    === RUN   TestAccMediaConvertQueue_withTags
    === PAUSE TestAccMediaConvertQueue_withTags
    === RUN   TestAccMediaConvertQueue_reservationPlanSettings
        acctest.go:93: MediaConvert Reserved Queues are $400/month and cannot be deleted for 1 year.
    --- SKIP: TestAccMediaConvertQueue_reservationPlanSettings (0.00s)
    === RUN   TestAccMediaConvertQueue_withStatus
    === PAUSE TestAccMediaConvertQueue_withStatus
    === RUN   TestAccMediaConvertQueue_withDescription
    === PAUSE TestAccMediaConvertQueue_withDescription
    === CONT  TestAccMediaConvertQueueDataSource_basic
    === CONT  TestAccMediaConvertQueue_withTags
    --- PASS: TestAccMediaConvertQueueDataSource_basic (42.69s)
    === CONT  TestAccMediaConvertQueue_withDescription
    --- PASS: TestAccMediaConvertQueue_withTags (118.81s)
    === CONT  TestAccMediaConvertQueue_disappears
    --- PASS: TestAccMediaConvertQueue_withDescription (78.13s)
    === CONT  TestAccMediaConvertQueue_basic
    --- PASS: TestAccMediaConvertQueue_disappears (65.92s)
    === CONT  TestAccMediaConvertQueue_withStatus
    --- PASS: TestAccMediaConvertQueue_basic (80.26s)
    --- PASS: TestAccMediaConvertQueue_withStatus (52.32s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mediaconvert	247.966s
    ewbankkit committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6772f96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac9bb51 View commit details
    Browse the repository at this point in the history
  10. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccMediaConvert' PKG=mediaconvert ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/mediaconvert/... -v -count 1 -parallel 2  -run=TestAccMediaConvert -timeout 360m
    === RUN   TestAccMediaConvertQueueDataSource_basic
    === PAUSE TestAccMediaConvertQueueDataSource_basic
    === RUN   TestAccMediaConvertQueue_basic
    === PAUSE TestAccMediaConvertQueue_basic
    === RUN   TestAccMediaConvertQueue_disappears
    === PAUSE TestAccMediaConvertQueue_disappears
    === RUN   TestAccMediaConvertQueue_withTags
    === PAUSE TestAccMediaConvertQueue_withTags
    === RUN   TestAccMediaConvertQueue_reservationPlanSettings
        acctest.go:93: MediaConvert Reserved Queues are $400/month and cannot be deleted for 1 year.
    --- SKIP: TestAccMediaConvertQueue_reservationPlanSettings (0.00s)
    === RUN   TestAccMediaConvertQueue_withStatus
    === PAUSE TestAccMediaConvertQueue_withStatus
    === RUN   TestAccMediaConvertQueue_withDescription
    === PAUSE TestAccMediaConvertQueue_withDescription
    === CONT  TestAccMediaConvertQueueDataSource_basic
    === CONT  TestAccMediaConvertQueue_withTags
    --- PASS: TestAccMediaConvertQueueDataSource_basic (17.37s)
    === CONT  TestAccMediaConvertQueue_withDescription
    --- PASS: TestAccMediaConvertQueue_withTags (44.88s)
    === CONT  TestAccMediaConvertQueue_disappears
    --- PASS: TestAccMediaConvertQueue_withDescription (27.56s)
    === CONT  TestAccMediaConvertQueue_basic
    --- PASS: TestAccMediaConvertQueue_disappears (16.32s)
    === CONT  TestAccMediaConvertQueue_withStatus
    --- PASS: TestAccMediaConvertQueue_basic (19.36s)
    --- PASS: TestAccMediaConvertQueue_withStatus (28.81s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/mediaconvert	99.890s
    ewbankkit committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3eecf43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c96b326 View commit details
    Browse the repository at this point in the history
  12. Run 'make gen'.

    ewbankkit committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f307921 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a7ae02 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f23e5b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7c6e2c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c15e08 View commit details
    Browse the repository at this point in the history
  17. Add CHANGELOG entries.

    ewbankkit committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d592cb8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    135bd47 View commit details
    Browse the repository at this point in the history