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

apigateway: Migrate to AWS SDK v2 #36445

Merged
merged 93 commits into from
Apr 5, 2024

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b9dfeaf View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    #	internal/conns/awsclient_gen.go
    #	names/names.go
    ewbankkit committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7c63059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c6dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cc840b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94a3b43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    343f749 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d760095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db8914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583236d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d760e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    096ed25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4819247 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c409806 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65dc80b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4dd226 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a437fcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89ea554 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13b9e34 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1984b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7b9f520 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39a8ebe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f866f8f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6511a4e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6da867c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed675a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8437d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    8208edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864fd50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b3362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af777d7 View commit details
    Browse the repository at this point in the history
  5. Add 'domainNameARN'.

    ewbankkit committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    841a15c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74cac62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8667fab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bbf9bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8cd6c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fa5ff1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33eecc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7214732 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc0d057 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f622c51 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4287d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    940797d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    618c578 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d3f8f3a View commit details
    Browse the repository at this point in the history
  19. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccAPIGatewayVPCLink_\|TestAccAPIGatewayVPCLinkDataSource_' PKG=apigateway
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/apigateway/... -v -count 1 -parallel 20  -run=TestAccAPIGatewayVPCLink_\|TestAccAPIGatewayVPCLinkDataSource_ -timeout 360m
    === RUN   TestAccAPIGatewayVPCLinkDataSource_basic
    === PAUSE TestAccAPIGatewayVPCLinkDataSource_basic
    === RUN   TestAccAPIGatewayVPCLink_basic
    === PAUSE TestAccAPIGatewayVPCLink_basic
    === RUN   TestAccAPIGatewayVPCLink_tags
    === PAUSE TestAccAPIGatewayVPCLink_tags
    === RUN   TestAccAPIGatewayVPCLink_disappears
    === PAUSE TestAccAPIGatewayVPCLink_disappears
    === CONT  TestAccAPIGatewayVPCLinkDataSource_basic
    === CONT  TestAccAPIGatewayVPCLink_disappears
    === CONT  TestAccAPIGatewayVPCLink_tags
    === CONT  TestAccAPIGatewayVPCLink_basic
    --- PASS: TestAccAPIGatewayVPCLinkDataSource_basic (627.07s)
    --- PASS: TestAccAPIGatewayVPCLink_disappears (671.37s)
    --- PASS: TestAccAPIGatewayVPCLink_basic (679.26s)
    --- PASS: TestAccAPIGatewayVPCLink_tags (706.58s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	718.194s
    ewbankkit committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    65edb99 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    d987c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ed9bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1261762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b8ecb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddc048d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d632f6e View commit details
    Browse the repository at this point in the history
  7. Fix golangci-lint 'gomnd'.

    ewbankkit committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    65d8138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de1112f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90839b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bd45bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ca32f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f352fe5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73cc4f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70dcc49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d3815d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2f0a15 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    dcd2b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2bff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b660a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bcb84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57e8153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97c2bd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da23c70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8967973 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a281e97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54032c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    069df59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f4ee40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eca49b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40f1956 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5c94345 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6aacdae View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc0cf88 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    389d8f1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6edb76a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b3dea15 View commit details
    Browse the repository at this point in the history
  21. wafregional: Handle 'WAFNonexistentContainerException' and 'WAFNonexi…

    …stentItemException' on resource Delete.
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e8a6b2f View commit details
    Browse the repository at this point in the history
  22. Acceptance test output:

    % make testacc TESTARGS='-run=_disappears\|TestAccWAFRegionalWebACLAssociation_' PKG=wafregional ACCTEST_PARALLELISM=3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/wafregional/... -v -count 1 -parallel 3  -run=_disappears\|TestAccWAFRegionalWebACLAssociation_ -timeout 360m
    === RUN   TestAccWAFRegionalByteMatchSet_disappears
    === PAUSE TestAccWAFRegionalByteMatchSet_disappears
    === RUN   TestAccWAFRegionalGeoMatchSet_disappears
    === PAUSE TestAccWAFRegionalGeoMatchSet_disappears
    === RUN   TestAccWAFRegionalIPSet_disappears
    === PAUSE TestAccWAFRegionalIPSet_disappears
    === RUN   TestAccWAFRegionalRateBasedRule_disappears
    === PAUSE TestAccWAFRegionalRateBasedRule_disappears
    === RUN   TestAccWAFRegionalRuleGroup_disappears
    === PAUSE TestAccWAFRegionalRuleGroup_disappears
    === RUN   TestAccWAFRegionalRule_disappears
    === PAUSE TestAccWAFRegionalRule_disappears
    === RUN   TestAccWAFRegionalSizeConstraintSet_disappears
    === PAUSE TestAccWAFRegionalSizeConstraintSet_disappears
    === RUN   TestAccWAFRegionalSQLInjectionMatchSet_disappears
    === PAUSE TestAccWAFRegionalSQLInjectionMatchSet_disappears
    === RUN   TestAccWAFRegionalWebACLAssociation_basic
    === PAUSE TestAccWAFRegionalWebACLAssociation_basic
    === RUN   TestAccWAFRegionalWebACLAssociation_disappears
    === PAUSE TestAccWAFRegionalWebACLAssociation_disappears
    === RUN   TestAccWAFRegionalWebACLAssociation_multipleAssociations
    === PAUSE TestAccWAFRegionalWebACLAssociation_multipleAssociations
    === RUN   TestAccWAFRegionalWebACLAssociation_ResourceARN_apiGatewayStage
    === PAUSE TestAccWAFRegionalWebACLAssociation_ResourceARN_apiGatewayStage
    === RUN   TestAccWAFRegionalWebACL_disappears
    === PAUSE TestAccWAFRegionalWebACL_disappears
    === RUN   TestAccWAFRegionalXSSMatchSet_disappears
    === PAUSE TestAccWAFRegionalXSSMatchSet_disappears
    === CONT  TestAccWAFRegionalByteMatchSet_disappears
    === CONT  TestAccWAFRegionalSQLInjectionMatchSet_disappears
    === CONT  TestAccWAFRegionalRuleGroup_disappears
    --- PASS: TestAccWAFRegionalSQLInjectionMatchSet_disappears (24.52s)
    === CONT  TestAccWAFRegionalWebACLAssociation_ResourceARN_apiGatewayStage
    --- PASS: TestAccWAFRegionalByteMatchSet_disappears (24.11s)
    === CONT  TestAccWAFRegionalXSSMatchSet_disappears
    --- PASS: TestAccWAFRegionalRuleGroup_disappears (23.63s)
    === CONT  TestAccWAFRegionalWebACL_disappears
    --- PASS: TestAccWAFRegionalXSSMatchSet_disappears (18.83s)
    === CONT  TestAccWAFRegionalIPSet_disappears
    --- PASS: TestAccWAFRegionalWebACL_disappears (23.73s)
    === CONT  TestAccWAFRegionalRateBasedRule_disappears
    --- PASS: TestAccWAFRegionalIPSet_disappears (19.54s)
    === CONT  TestAccWAFRegionalGeoMatchSet_disappears
    --- PASS: TestAccWAFRegionalRateBasedRule_disappears (24.69s)
    === CONT  TestAccWAFRegionalWebACLAssociation_disappears
    --- PASS: TestAccWAFRegionalGeoMatchSet_disappears (18.26s)
    === CONT  TestAccWAFRegionalWebACLAssociation_multipleAssociations
    --- PASS: TestAccWAFRegionalWebACLAssociation_ResourceARN_apiGatewayStage (428.81s)
    === CONT  TestAccWAFRegionalWebACLAssociation_basic
    --- PASS: TestAccWAFRegionalWebACLAssociation_disappears (303.66s)
    === CONT  TestAccWAFRegionalSizeConstraintSet_disappears
    --- PASS: TestAccWAFRegionalWebACLAssociation_multipleAssociations (308.86s)
    === CONT  TestAccWAFRegionalRule_disappears
    --- PASS: TestAccWAFRegionalSizeConstraintSet_disappears (20.10s)
    --- PASS: TestAccWAFRegionalRule_disappears (23.09s)
    --- PASS: TestAccWAFRegionalWebACLAssociation_basic (207.79s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/wafregional	556.616s
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3b07656 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4ad8b9b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6d46b6d View commit details
    Browse the repository at this point in the history
  25. wafregional: Handle 'WAFNonexistentContainerException' and 'WAFNonexi…

    …stentItemException' on resource Delete.
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    551060f View commit details
    Browse the repository at this point in the history
  26. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccWAFRegionalRegexMatchSet_serial/disappears\|TestAccWAFRegionalRegexPatternSet_serial/disappears' PKG=wafregional
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/wafregional/... -v -count 1 -parallel 20  -run=TestAccWAFRegionalRegexMatchSet_serial/disappears\|TestAccWAFRegionalRegexPatternSet_serial/disappears -timeout 360m
    === RUN   TestAccWAFRegionalRegexMatchSet_serial
    === PAUSE TestAccWAFRegionalRegexMatchSet_serial
    === RUN   TestAccWAFRegionalRegexPatternSet_serial
    === PAUSE TestAccWAFRegionalRegexPatternSet_serial
    === CONT  TestAccWAFRegionalRegexMatchSet_serial
    === RUN   TestAccWAFRegionalRegexMatchSet_serial/disappears
    === CONT  TestAccWAFRegionalRegexPatternSet_serial
    === RUN   TestAccWAFRegionalRegexPatternSet_serial/disappears
    --- PASS: TestAccWAFRegionalRegexPatternSet_serial (21.40s)
        --- PASS: TestAccWAFRegionalRegexPatternSet_serial/disappears (21.40s)
    --- PASS: TestAccWAFRegionalRegexMatchSet_serial (26.87s)
        --- PASS: TestAccWAFRegionalRegexMatchSet_serial/disappears (26.87s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/wafregional	37.704s
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    389c32f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    14b88aa View commit details
    Browse the repository at this point in the history
  28. r/aws_api_gateway_base_path_mapping: Fix acceptance testAccCheckBaseP…

    …athExists/testAccCheckBasePathDestroy.
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f47d4cb View commit details
    Browse the repository at this point in the history
  29. r/aws_api_gateway_stage: Serialize acceptance tests to fix 'BadReques…

    …tException: CloudWatch Logs role ARN must be set in account settings to enable logging'.
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dff07be View commit details
    Browse the repository at this point in the history
  30. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccAPIGateway_serial/Stage' PKG=apigateway
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/apigateway/... -v -count 1 -parallel 20  -run=TestAccAPIGateway_serial/Stage -timeout 360m
    === RUN   TestAccAPIGateway_serial
    === RUN   TestAccAPIGateway_serial/Stage
    === RUN   TestAccAPIGateway_serial/Stage/basic
    === RUN   TestAccAPIGateway_serial/Stage/disappears
    === RUN   TestAccAPIGateway_serial/Stage/CacheSizeCacheDisabled
    === RUN   TestAccAPIGateway_serial/Stage/AccessLogSettings
    === RUN   TestAccAPIGateway_serial/Stage/AccessLogSettings_kinesis
    === RUN   TestAccAPIGateway_serial/Stage/CanarySettings
    === RUN   TestAccAPIGateway_serial/Stage/tags
    === RUN   TestAccAPIGateway_serial/Stage/disappears_restAPI
    === RUN   TestAccAPIGateway_serial/Stage/Cache
    === RUN   TestAccAPIGateway_serial/Stage/WAF
    --- PASS: TestAccAPIGateway_serial (2032.35s)
        --- PASS: TestAccAPIGateway_serial/Stage (2032.35s)
            --- PASS: TestAccAPIGateway_serial/Stage/basic (74.49s)
            --- PASS: TestAccAPIGateway_serial/Stage/disappears (35.11s)
            --- PASS: TestAccAPIGateway_serial/Stage/CacheSizeCacheDisabled (685.48s)
            --- PASS: TestAccAPIGateway_serial/Stage/AccessLogSettings (109.45s)
            --- PASS: TestAccAPIGateway_serial/Stage/AccessLogSettings_kinesis (150.73s)
            --- PASS: TestAccAPIGateway_serial/Stage/CanarySettings (79.54s)
            --- PASS: TestAccAPIGateway_serial/Stage/tags (56.81s)
            --- PASS: TestAccAPIGateway_serial/Stage/disappears_restAPI (62.74s)
            --- PASS: TestAccAPIGateway_serial/Stage/Cache (836.96s)
            --- PASS: TestAccAPIGateway_serial/Stage/WAF (91.03s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	2043.582s
    ewbankkit committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dd74aba View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3e84bb0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0af4208 View commit details
    Browse the repository at this point in the history