@ndlib/ndlib-cdk2 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/lib/artifact-bucket.js +1 -0
  2. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -703
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +8 -0
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +119 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +2 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +24 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +1 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +33 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +49 -1
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +7 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +3 -2
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +6 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +3 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +5 -1
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +3 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +11 -1
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +86 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +6 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +1 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +168 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +17 -0
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +6 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +35 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +1 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +56 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +42 -42
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +8 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +213 -73
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +2 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +30 -9
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +9 -43
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +43 -0
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +1 -0
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +78 -3
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +8 -0
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -1
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -2
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -1
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +334 -243
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +219 -234
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +246 -8
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +1 -0
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +18 -0
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -0
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -4
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -2
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +79 -49
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +51 -60
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +62 -1
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +1 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +43 -43
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +39 -40
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +48 -2
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -2
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +24 -1
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +1 -1
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +1 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +23 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +63 -2
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +41 -44
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +3 -3
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +1 -1
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +3 -8
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +18 -26
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +41 -43
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +35 -1
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.js +5 -0
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +45 -8
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.js +5 -0
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -17
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -2
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -1
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +1 -0
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +2 -0
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -7
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +5 -5
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +15 -20
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +10 -8
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +3 -3
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -1
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +3 -4
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +6 -7
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +10 -10
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +7 -8
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +8 -25
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +6 -7
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +2 -3
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +2 -3
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +5 -6
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +3 -3
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +8 -9
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +11 -12
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +4 -5
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +3 -4
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +6 -7
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +5 -0
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +7 -8
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +3 -4
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +3 -4
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +4 -5
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +3 -4
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +3 -4
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +130 -8
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +6 -5
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +9 -11
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +8 -9
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +2 -3
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +3 -4
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +5 -6
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +1 -2
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +3 -4
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +4 -5
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +3 -4
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +5 -6
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +2 -3
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +4 -5
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +5 -6
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +13 -29
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +2 -3
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +3 -4
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +4 -5
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +53 -2
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +45 -0
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +24 -20
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -1
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +6 -1
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +37 -26
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -1
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +8 -7
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -1
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +10 -10
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +3 -1
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +11 -11
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -1
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -1
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +4 -5
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -1
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +7 -5
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +44 -15
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -1
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +5 -7
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +45 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +23 -19
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -1
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +6 -1
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +37 -26
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -1
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +8 -7
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -1
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +4 -5
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -1
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +3 -1
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +11 -11
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -1
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -1
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +4 -5
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -1
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +7 -5
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +44 -15
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -1
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +14 -14
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +3 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +26 -20
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +204 -92
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +3 -1
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +26 -20
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +204 -92
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +3 -1
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +2 -2
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +5 -4
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +6 -7
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +1016 -0
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/package.json +3 -0
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js +588 -0
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js +18 -0
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js.map +1 -0
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts +94 -0
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +1000 -0
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -0
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/package.json +3 -0
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js +20 -0
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +21 -25
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +4 -4
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +9 -9
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -1
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +3 -1
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +4 -4
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +3 -3
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -1
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +3 -1
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +6 -6
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +34 -29
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +15 -6
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -1
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +59 -65
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -1
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +15 -6
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -1
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +54 -60
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -1
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +10 -6
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +766 -699
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +3 -3
  434. package/package.json +6 -7
@@ -16,6 +16,7 @@ import {
16
16
  ExecutionMode,
17
17
  InstanceAssociationOutputLocation,
18
18
  MaintenanceWindowExecutionStatus,
19
+ MaintenanceWindowFilter,
19
20
  MaintenanceWindowResourceType,
20
21
  MaintenanceWindowTaskType,
21
22
  MetadataValue,
@@ -36,12 +37,56 @@ import {
36
37
  ResourceTypeForTagging,
37
38
  ReviewStatus,
38
39
  Runbook,
40
+ ScheduledWindowExecution,
39
41
  StepExecution,
40
42
  Tag,
41
43
  Target,
42
44
  TargetLocation,
43
45
  } from "./models_0";
44
46
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
47
+ export interface DescribeMaintenanceWindowScheduleResult {
48
+ ScheduledWindowExecutions?: ScheduledWindowExecution[];
49
+ NextToken?: string;
50
+ }
51
+ export interface DescribeMaintenanceWindowsForTargetRequest {
52
+ Targets: Target[] | undefined;
53
+ ResourceType: MaintenanceWindowResourceType | undefined;
54
+ MaxResults?: number;
55
+ NextToken?: string;
56
+ }
57
+ export interface MaintenanceWindowIdentityForTarget {
58
+ WindowId?: string;
59
+ Name?: string;
60
+ }
61
+ export interface DescribeMaintenanceWindowsForTargetResult {
62
+ WindowIdentities?: MaintenanceWindowIdentityForTarget[];
63
+ NextToken?: string;
64
+ }
65
+ export interface DescribeMaintenanceWindowTargetsRequest {
66
+ WindowId: string | undefined;
67
+ Filters?: MaintenanceWindowFilter[];
68
+ MaxResults?: number;
69
+ NextToken?: string;
70
+ }
71
+ export interface MaintenanceWindowTarget {
72
+ WindowId?: string;
73
+ WindowTargetId?: string;
74
+ ResourceType?: MaintenanceWindowResourceType;
75
+ Targets?: Target[];
76
+ OwnerInformation?: string;
77
+ Name?: string;
78
+ Description?: string;
79
+ }
80
+ export interface DescribeMaintenanceWindowTargetsResult {
81
+ Targets?: MaintenanceWindowTarget[];
82
+ NextToken?: string;
83
+ }
84
+ export interface DescribeMaintenanceWindowTasksRequest {
85
+ WindowId: string | undefined;
86
+ Filters?: MaintenanceWindowFilter[];
87
+ MaxResults?: number;
88
+ NextToken?: string;
89
+ }
45
90
  export declare const MaintenanceWindowTaskCutoffBehavior: {
46
91
  readonly CancelTask: "CANCEL_TASK";
47
92
  readonly ContinueTask: "CONTINUE_TASK";
@@ -2144,66 +2189,12 @@ export interface StartAutomationExecutionRequest {
2144
2189
  export interface StartAutomationExecutionResult {
2145
2190
  AutomationExecutionId?: string;
2146
2191
  }
2147
- export declare class AutomationDefinitionNotApprovedException extends __BaseException {
2148
- readonly name: "AutomationDefinitionNotApprovedException";
2149
- readonly $fault: "client";
2150
- Message?: string;
2151
- constructor(
2152
- opts: __ExceptionOptionType<
2153
- AutomationDefinitionNotApprovedException,
2154
- __BaseException
2155
- >
2156
- );
2157
- }
2158
- export interface StartChangeRequestExecutionRequest {
2159
- ScheduledTime?: Date;
2160
- DocumentName: string | undefined;
2161
- DocumentVersion?: string;
2162
- Parameters?: Record<string, string[]>;
2163
- ChangeRequestName?: string;
2164
- ClientToken?: string;
2165
- AutoApprove?: boolean;
2166
- Runbooks: Runbook[] | undefined;
2167
- Tags?: Tag[];
2168
- ScheduledEndTime?: Date;
2169
- ChangeDetails?: string;
2170
- }
2171
- export interface StartChangeRequestExecutionResult {
2172
- AutomationExecutionId?: string;
2173
- }
2174
- export interface StartSessionRequest {
2175
- Target: string | undefined;
2176
- DocumentName?: string;
2177
- Reason?: string;
2178
- Parameters?: Record<string, string[]>;
2179
- }
2180
- export interface StartSessionResponse {
2181
- SessionId?: string;
2182
- TokenValue?: string;
2183
- StreamUrl?: string;
2184
- }
2185
- export declare class TargetNotConnected extends __BaseException {
2186
- readonly name: "TargetNotConnected";
2187
- readonly $fault: "client";
2188
- Message?: string;
2189
- constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
2190
- }
2191
- export declare class InvalidAutomationStatusUpdateException extends __BaseException {
2192
- readonly name: "InvalidAutomationStatusUpdateException";
2193
- readonly $fault: "client";
2194
- Message?: string;
2195
- constructor(
2196
- opts: __ExceptionOptionType<
2197
- InvalidAutomationStatusUpdateException,
2198
- __BaseException
2199
- >
2200
- );
2201
- }
2202
- export declare const StopType: {
2203
- readonly CANCEL: "Cancel";
2204
- readonly COMPLETE: "Complete";
2205
- };
2206
- export type StopType = (typeof StopType)[keyof typeof StopType];
2192
+ export declare const MaintenanceWindowTargetFilterSensitiveLog: (
2193
+ obj: MaintenanceWindowTarget
2194
+ ) => any;
2195
+ export declare const DescribeMaintenanceWindowTargetsResultFilterSensitiveLog: (
2196
+ obj: DescribeMaintenanceWindowTargetsResult
2197
+ ) => any;
2207
2198
  export declare const MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog: (
2208
2199
  obj: MaintenanceWindowTaskParameterValueExpression
2209
2200
  ) => any;
@@ -20,6 +20,8 @@ import {
20
20
  PatchSource,
21
21
  RelatedOpsItem,
22
22
  ResourceDataSyncSource,
23
+ Runbook,
24
+ Tag,
23
25
  Target,
24
26
  TargetLocation,
25
27
  } from "./models_0";
@@ -35,9 +37,68 @@ import {
35
37
  OpsItemStatus,
36
38
  OpsResultAttribute,
37
39
  ResultAttribute,
38
- StopType,
39
40
  } from "./models_1";
40
41
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
42
+ export declare class AutomationDefinitionNotApprovedException extends __BaseException {
43
+ readonly name: "AutomationDefinitionNotApprovedException";
44
+ readonly $fault: "client";
45
+ Message?: string;
46
+ constructor(
47
+ opts: __ExceptionOptionType<
48
+ AutomationDefinitionNotApprovedException,
49
+ __BaseException
50
+ >
51
+ );
52
+ }
53
+ export interface StartChangeRequestExecutionRequest {
54
+ ScheduledTime?: Date;
55
+ DocumentName: string | undefined;
56
+ DocumentVersion?: string;
57
+ Parameters?: Record<string, string[]>;
58
+ ChangeRequestName?: string;
59
+ ClientToken?: string;
60
+ AutoApprove?: boolean;
61
+ Runbooks: Runbook[] | undefined;
62
+ Tags?: Tag[];
63
+ ScheduledEndTime?: Date;
64
+ ChangeDetails?: string;
65
+ }
66
+ export interface StartChangeRequestExecutionResult {
67
+ AutomationExecutionId?: string;
68
+ }
69
+ export interface StartSessionRequest {
70
+ Target: string | undefined;
71
+ DocumentName?: string;
72
+ Reason?: string;
73
+ Parameters?: Record<string, string[]>;
74
+ }
75
+ export interface StartSessionResponse {
76
+ SessionId?: string;
77
+ TokenValue?: string;
78
+ StreamUrl?: string;
79
+ }
80
+ export declare class TargetNotConnected extends __BaseException {
81
+ readonly name: "TargetNotConnected";
82
+ readonly $fault: "client";
83
+ Message?: string;
84
+ constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
85
+ }
86
+ export declare class InvalidAutomationStatusUpdateException extends __BaseException {
87
+ readonly name: "InvalidAutomationStatusUpdateException";
88
+ readonly $fault: "client";
89
+ Message?: string;
90
+ constructor(
91
+ opts: __ExceptionOptionType<
92
+ InvalidAutomationStatusUpdateException,
93
+ __BaseException
94
+ >
95
+ );
96
+ }
97
+ export declare const StopType: {
98
+ readonly CANCEL: "Cancel";
99
+ readonly COMPLETE: "Complete";
100
+ };
101
+ export type StopType = (typeof StopType)[keyof typeof StopType];
41
102
  export interface StopAutomationExecutionRequest {
42
103
  AutomationExecutionId: string | undefined;
43
104
  Type?: StopType;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeInstancePropertiesCommandInput,
4
+ DescribeInstancePropertiesCommandOutput,
5
+ } from "../commands/DescribeInstancePropertiesCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeInstanceProperties: (
8
+ config: SSMPaginationConfiguration,
9
+ input: DescribeInstancePropertiesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeInstancePropertiesCommandOutput>;
@@ -12,6 +12,7 @@ export * from "./Interfaces";
12
12
  export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
13
13
  export * from "./DescribeInstancePatchStatesPaginator";
14
14
  export * from "./DescribeInstancePatchesPaginator";
15
+ export * from "./DescribeInstancePropertiesPaginator";
15
16
  export * from "./DescribeInventoryDeletionsPaginator";
16
17
  export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
17
18
  export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
@@ -183,6 +183,10 @@ import {
183
183
  DescribeInstancePatchStatesForPatchGroupCommandInput,
184
184
  DescribeInstancePatchStatesForPatchGroupCommandOutput,
185
185
  } from "../commands/DescribeInstancePatchStatesForPatchGroupCommand";
186
+ import {
187
+ DescribeInstancePropertiesCommandInput,
188
+ DescribeInstancePropertiesCommandOutput,
189
+ } from "../commands/DescribeInstancePropertiesCommand";
186
190
  import {
187
191
  DescribeInventoryDeletionsCommandInput,
188
192
  DescribeInventoryDeletionsCommandOutput,
@@ -739,6 +743,10 @@ export declare const se_DescribeInstancePatchStatesForPatchGroupCommand: (
739
743
  input: DescribeInstancePatchStatesForPatchGroupCommandInput,
740
744
  context: __SerdeContext
741
745
  ) => Promise<__HttpRequest>;
746
+ export declare const se_DescribeInstancePropertiesCommand: (
747
+ input: DescribeInstancePropertiesCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
742
750
  export declare const se_DescribeInventoryDeletionsCommand: (
743
751
  input: DescribeInventoryDeletionsCommandInput,
744
752
  context: __SerdeContext
@@ -1295,6 +1303,10 @@ export declare const de_DescribeInstancePatchStatesForPatchGroupCommand: (
1295
1303
  output: __HttpResponse,
1296
1304
  context: __SerdeContext
1297
1305
  ) => Promise<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
1306
+ export declare const de_DescribeInstancePropertiesCommand: (
1307
+ output: __HttpResponse,
1308
+ context: __SerdeContext
1309
+ ) => Promise<DescribeInstancePropertiesCommandOutput>;
1298
1310
  export declare const de_DescribeInventoryDeletionsCommand: (
1299
1311
  output: __HttpResponse,
1300
1312
  context: __SerdeContext
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.583.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,51 +20,51 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.540.0",
24
- "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.540.0",
26
- "@aws-sdk/middleware-host-header": "3.535.0",
27
- "@aws-sdk/middleware-logger": "3.535.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
- "@aws-sdk/middleware-user-agent": "3.540.0",
30
- "@aws-sdk/region-config-resolver": "3.535.0",
31
- "@aws-sdk/types": "3.535.0",
32
- "@aws-sdk/util-endpoints": "3.540.0",
33
- "@aws-sdk/util-user-agent-browser": "3.535.0",
34
- "@aws-sdk/util-user-agent-node": "3.535.0",
35
- "@smithy/config-resolver": "^2.2.0",
36
- "@smithy/core": "^1.4.0",
37
- "@smithy/fetch-http-handler": "^2.5.0",
38
- "@smithy/hash-node": "^2.2.0",
39
- "@smithy/invalid-dependency": "^2.2.0",
40
- "@smithy/middleware-content-length": "^2.2.0",
41
- "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.2.0",
43
- "@smithy/middleware-serde": "^2.3.0",
44
- "@smithy/middleware-stack": "^2.2.0",
45
- "@smithy/node-config-provider": "^2.3.0",
46
- "@smithy/node-http-handler": "^2.5.0",
47
- "@smithy/protocol-http": "^3.3.0",
48
- "@smithy/smithy-client": "^2.5.0",
49
- "@smithy/types": "^2.12.0",
50
- "@smithy/url-parser": "^2.2.0",
51
- "@smithy/util-base64": "^2.3.0",
52
- "@smithy/util-body-length-browser": "^2.2.0",
53
- "@smithy/util-body-length-node": "^2.3.0",
54
- "@smithy/util-defaults-mode-browser": "^2.2.0",
55
- "@smithy/util-defaults-mode-node": "^2.3.0",
56
- "@smithy/util-endpoints": "^1.2.0",
57
- "@smithy/util-middleware": "^2.2.0",
58
- "@smithy/util-retry": "^2.2.0",
59
- "@smithy/util-utf8": "^2.3.0",
60
- "@smithy/util-waiter": "^2.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.583.0",
24
+ "@aws-sdk/client-sts": "3.583.0",
25
+ "@aws-sdk/core": "3.582.0",
26
+ "@aws-sdk/credential-provider-node": "3.583.0",
27
+ "@aws-sdk/middleware-host-header": "3.577.0",
28
+ "@aws-sdk/middleware-logger": "3.577.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.583.0",
31
+ "@aws-sdk/region-config-resolver": "3.577.0",
32
+ "@aws-sdk/types": "3.577.0",
33
+ "@aws-sdk/util-endpoints": "3.583.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
35
+ "@aws-sdk/util-user-agent-node": "3.577.0",
36
+ "@smithy/config-resolver": "^3.0.0",
37
+ "@smithy/core": "^2.0.1",
38
+ "@smithy/fetch-http-handler": "^3.0.1",
39
+ "@smithy/hash-node": "^3.0.0",
40
+ "@smithy/invalid-dependency": "^3.0.0",
41
+ "@smithy/middleware-content-length": "^3.0.0",
42
+ "@smithy/middleware-endpoint": "^3.0.0",
43
+ "@smithy/middleware-retry": "^3.0.1",
44
+ "@smithy/middleware-serde": "^3.0.0",
45
+ "@smithy/middleware-stack": "^3.0.0",
46
+ "@smithy/node-config-provider": "^3.0.0",
47
+ "@smithy/node-http-handler": "^3.0.0",
48
+ "@smithy/protocol-http": "^4.0.0",
49
+ "@smithy/smithy-client": "^3.0.1",
50
+ "@smithy/types": "^3.0.0",
51
+ "@smithy/url-parser": "^3.0.0",
52
+ "@smithy/util-base64": "^3.0.0",
53
+ "@smithy/util-body-length-browser": "^3.0.0",
54
+ "@smithy/util-body-length-node": "^3.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
56
+ "@smithy/util-defaults-mode-node": "^3.0.1",
57
+ "@smithy/util-endpoints": "^2.0.0",
58
+ "@smithy/util-middleware": "^3.0.0",
59
+ "@smithy/util-retry": "^3.0.0",
60
+ "@smithy/util-utf8": "^3.0.0",
61
+ "@smithy/util-waiter": "^3.0.0",
61
62
  "tslib": "^2.6.2",
62
63
  "uuid": "^9.0.1"
63
64
  },
64
65
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.2.0",
66
- "@tsconfig/node14": "1.0.3",
67
- "@types/node": "^14.14.31",
66
+ "@tsconfig/node16": "16.1.3",
67
+ "@types/node": "^16.18.96",
68
68
  "@types/uuid": "^9.0.4",
69
69
  "concurrently": "7.0.0",
70
70
  "downlevel-dts": "0.10.1",
@@ -72,7 +72,7 @@
72
72
  "typescript": "~4.9.5"
73
73
  },
74
74
  "engines": {
75
- "node": ">=14.0.0"
75
+ "node": ">=16.0.0"
76
76
  },
77
77
  "typesVersions": {
78
78
  "<4.0": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.583.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,54 +20,53 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.535.0",
24
- "@aws-sdk/middleware-host-header": "3.535.0",
25
- "@aws-sdk/middleware-logger": "3.535.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
27
- "@aws-sdk/middleware-user-agent": "3.540.0",
28
- "@aws-sdk/region-config-resolver": "3.535.0",
29
- "@aws-sdk/types": "3.535.0",
30
- "@aws-sdk/util-endpoints": "3.540.0",
31
- "@aws-sdk/util-user-agent-browser": "3.535.0",
32
- "@aws-sdk/util-user-agent-node": "3.535.0",
33
- "@smithy/config-resolver": "^2.2.0",
34
- "@smithy/core": "^1.4.0",
35
- "@smithy/fetch-http-handler": "^2.5.0",
36
- "@smithy/hash-node": "^2.2.0",
37
- "@smithy/invalid-dependency": "^2.2.0",
38
- "@smithy/middleware-content-length": "^2.2.0",
39
- "@smithy/middleware-endpoint": "^2.5.0",
40
- "@smithy/middleware-retry": "^2.2.0",
41
- "@smithy/middleware-serde": "^2.3.0",
42
- "@smithy/middleware-stack": "^2.2.0",
43
- "@smithy/node-config-provider": "^2.3.0",
44
- "@smithy/node-http-handler": "^2.5.0",
45
- "@smithy/protocol-http": "^3.3.0",
46
- "@smithy/smithy-client": "^2.5.0",
47
- "@smithy/types": "^2.12.0",
48
- "@smithy/url-parser": "^2.2.0",
49
- "@smithy/util-base64": "^2.3.0",
50
- "@smithy/util-body-length-browser": "^2.2.0",
51
- "@smithy/util-body-length-node": "^2.3.0",
52
- "@smithy/util-defaults-mode-browser": "^2.2.0",
53
- "@smithy/util-defaults-mode-node": "^2.3.0",
54
- "@smithy/util-endpoints": "^1.2.0",
55
- "@smithy/util-middleware": "^2.2.0",
56
- "@smithy/util-retry": "^2.2.0",
57
- "@smithy/util-utf8": "^2.3.0",
23
+ "@aws-sdk/core": "3.582.0",
24
+ "@aws-sdk/middleware-host-header": "3.577.0",
25
+ "@aws-sdk/middleware-logger": "3.577.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
27
+ "@aws-sdk/middleware-user-agent": "3.583.0",
28
+ "@aws-sdk/region-config-resolver": "3.577.0",
29
+ "@aws-sdk/types": "3.577.0",
30
+ "@aws-sdk/util-endpoints": "3.583.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
32
+ "@aws-sdk/util-user-agent-node": "3.577.0",
33
+ "@smithy/config-resolver": "^3.0.0",
34
+ "@smithy/core": "^2.0.1",
35
+ "@smithy/fetch-http-handler": "^3.0.1",
36
+ "@smithy/hash-node": "^3.0.0",
37
+ "@smithy/invalid-dependency": "^3.0.0",
38
+ "@smithy/middleware-content-length": "^3.0.0",
39
+ "@smithy/middleware-endpoint": "^3.0.0",
40
+ "@smithy/middleware-retry": "^3.0.1",
41
+ "@smithy/middleware-serde": "^3.0.0",
42
+ "@smithy/middleware-stack": "^3.0.0",
43
+ "@smithy/node-config-provider": "^3.0.0",
44
+ "@smithy/node-http-handler": "^3.0.0",
45
+ "@smithy/protocol-http": "^4.0.0",
46
+ "@smithy/smithy-client": "^3.0.1",
47
+ "@smithy/types": "^3.0.0",
48
+ "@smithy/url-parser": "^3.0.0",
49
+ "@smithy/util-base64": "^3.0.0",
50
+ "@smithy/util-body-length-browser": "^3.0.0",
51
+ "@smithy/util-body-length-node": "^3.0.0",
52
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
53
+ "@smithy/util-defaults-mode-node": "^3.0.1",
54
+ "@smithy/util-endpoints": "^2.0.0",
55
+ "@smithy/util-middleware": "^3.0.0",
56
+ "@smithy/util-retry": "^3.0.0",
57
+ "@smithy/util-utf8": "^3.0.0",
58
58
  "tslib": "^2.6.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@smithy/service-client-documentation-generator": "^2.2.0",
62
- "@tsconfig/node14": "1.0.3",
63
- "@types/node": "^14.14.31",
61
+ "@tsconfig/node16": "16.1.3",
62
+ "@types/node": "^16.18.96",
64
63
  "concurrently": "7.0.0",
65
64
  "downlevel-dts": "0.10.1",
66
65
  "rimraf": "3.0.2",
67
66
  "typescript": "~4.9.5"
68
67
  },
69
68
  "engines": {
70
- "node": ">=14.0.0"
69
+ "node": ">=16.0.0"
71
70
  },
72
71
  "typesVersions": {
73
72
  "<4.0": {
@@ -34,6 +34,7 @@ __export(src_exports, {
34
34
  InvalidClientException: () => InvalidClientException,
35
35
  InvalidClientMetadataException: () => InvalidClientMetadataException,
36
36
  InvalidGrantException: () => InvalidGrantException,
37
+ InvalidRedirectUriException: () => InvalidRedirectUriException,
37
38
  InvalidRequestException: () => InvalidRequestException,
38
39
  InvalidRequestRegionException: () => InvalidRequestRegionException,
39
40
  InvalidScopeException: () => InvalidScopeException,
@@ -470,10 +471,30 @@ var _InvalidClientMetadataException = class _InvalidClientMetadataException exte
470
471
  };
471
472
  __name(_InvalidClientMetadataException, "InvalidClientMetadataException");
472
473
  var InvalidClientMetadataException = _InvalidClientMetadataException;
474
+ var _InvalidRedirectUriException = class _InvalidRedirectUriException extends SSOOIDCServiceException {
475
+ /**
476
+ * @internal
477
+ */
478
+ constructor(opts) {
479
+ super({
480
+ name: "InvalidRedirectUriException",
481
+ $fault: "client",
482
+ ...opts
483
+ });
484
+ this.name = "InvalidRedirectUriException";
485
+ this.$fault = "client";
486
+ Object.setPrototypeOf(this, _InvalidRedirectUriException.prototype);
487
+ this.error = opts.error;
488
+ this.error_description = opts.error_description;
489
+ }
490
+ };
491
+ __name(_InvalidRedirectUriException, "InvalidRedirectUriException");
492
+ var InvalidRedirectUriException = _InvalidRedirectUriException;
473
493
  var CreateTokenRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
474
494
  ...obj,
475
495
  ...obj.clientSecret && { clientSecret: import_smithy_client.SENSITIVE_STRING },
476
- ...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING }
496
+ ...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING },
497
+ ...obj.codeVerifier && { codeVerifier: import_smithy_client.SENSITIVE_STRING }
477
498
  }), "CreateTokenRequestFilterSensitiveLog");
478
499
  var CreateTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
479
500
  ...obj,
@@ -485,7 +506,8 @@ var CreateTokenWithIAMRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
485
506
  ...obj,
486
507
  ...obj.refreshToken && { refreshToken: import_smithy_client.SENSITIVE_STRING },
487
508
  ...obj.assertion && { assertion: import_smithy_client.SENSITIVE_STRING },
488
- ...obj.subjectToken && { subjectToken: import_smithy_client.SENSITIVE_STRING }
509
+ ...obj.subjectToken && { subjectToken: import_smithy_client.SENSITIVE_STRING },
510
+ ...obj.codeVerifier && { codeVerifier: import_smithy_client.SENSITIVE_STRING }
489
511
  }), "CreateTokenWithIAMRequestFilterSensitiveLog");
490
512
  var CreateTokenWithIAMResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
491
513
  ...obj,
@@ -518,6 +540,7 @@ var se_CreateTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
518
540
  clientId: [],
519
541
  clientSecret: [],
520
542
  code: [],
543
+ codeVerifier: [],
521
544
  deviceCode: [],
522
545
  grantType: [],
523
546
  redirectUri: [],
@@ -543,6 +566,7 @@ var se_CreateTokenWithIAMCommand = /* @__PURE__ */ __name(async (input, context)
543
566
  assertion: [],
544
567
  clientId: [],
545
568
  code: [],
569
+ codeVerifier: [],
546
570
  grantType: [],
547
571
  redirectUri: [],
548
572
  refreshToken: [],
@@ -566,6 +590,10 @@ var se_RegisterClientCommand = /* @__PURE__ */ __name(async (input, context) =>
566
590
  (0, import_smithy_client.take)(input, {
567
591
  clientName: [],
568
592
  clientType: [],
593
+ entitledApplicationArn: [],
594
+ grantTypes: (_) => (0, import_smithy_client._json)(_),
595
+ issuerUrl: [],
596
+ redirectUris: (_) => (0, import_smithy_client._json)(_),
569
597
  scopes: (_) => (0, import_smithy_client._json)(_)
570
598
  })
571
599
  );
@@ -711,6 +739,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
711
739
  case "InvalidClientMetadataException":
712
740
  case "com.amazonaws.ssooidc#InvalidClientMetadataException":
713
741
  throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
742
+ case "InvalidRedirectUriException":
743
+ case "com.amazonaws.ssooidc#InvalidRedirectUriException":
744
+ throw await de_InvalidRedirectUriExceptionRes(parsedOutput, context);
714
745
  default:
715
746
  const parsedBody = parsedOutput.body;
716
747
  return throwDefaultError({
@@ -819,6 +850,20 @@ var de_InvalidGrantExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
819
850
  });
820
851
  return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
821
852
  }, "de_InvalidGrantExceptionRes");
853
+ var de_InvalidRedirectUriExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
854
+ const contents = (0, import_smithy_client.map)({});
855
+ const data = parsedOutput.body;
856
+ const doc = (0, import_smithy_client.take)(data, {
857
+ error: import_smithy_client.expectString,
858
+ error_description: import_smithy_client.expectString
859
+ });
860
+ Object.assign(contents, doc);
861
+ const exception = new InvalidRedirectUriException({
862
+ $metadata: deserializeMetadata(parsedOutput),
863
+ ...contents
864
+ });
865
+ return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
866
+ }, "de_InvalidRedirectUriExceptionRes");
822
867
  var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
823
868
  const contents = (0, import_smithy_client.map)({});
824
869
  const data = parsedOutput.body;
@@ -1014,6 +1059,7 @@ var SSOOIDC = _SSOOIDC;
1014
1059
  UnsupportedGrantTypeException,
1015
1060
  InvalidRequestRegionException,
1016
1061
  InvalidClientMetadataException,
1062
+ InvalidRedirectUriException,
1017
1063
  CreateTokenRequestFilterSensitiveLog,
1018
1064
  CreateTokenResponseFilterSensitiveLog,
1019
1065
  CreateTokenWithIAMRequestFilterSensitiveLog,
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const credentialDefaultProvider_1 = require("./credentialDefaultProvider");
7
6
  const core_1 = require("@aws-sdk/core");
7
+ const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
9
  const config_resolver_1 = require("@smithy/config-resolver");
10
10
  const hash_node_1 = require("@smithy/hash-node");
@@ -29,7 +29,7 @@ const getRuntimeConfig = (config) => {
29
29
  runtime: "node",
30
30
  defaultsMode,
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
32
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider_1.defaultProvider,
32
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
33
33
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
34
  (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
35
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
@@ -184,10 +184,25 @@ export class InvalidClientMetadataException extends __BaseException {
184
184
  this.error_description = opts.error_description;
185
185
  }
186
186
  }
187
+ export class InvalidRedirectUriException extends __BaseException {
188
+ constructor(opts) {
189
+ super({
190
+ name: "InvalidRedirectUriException",
191
+ $fault: "client",
192
+ ...opts,
193
+ });
194
+ this.name = "InvalidRedirectUriException";
195
+ this.$fault = "client";
196
+ Object.setPrototypeOf(this, InvalidRedirectUriException.prototype);
197
+ this.error = opts.error;
198
+ this.error_description = opts.error_description;
199
+ }
200
+ }
187
201
  export const CreateTokenRequestFilterSensitiveLog = (obj) => ({
188
202
  ...obj,
189
203
  ...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
190
204
  ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),
205
+ ...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),
191
206
  });
192
207
  export const CreateTokenResponseFilterSensitiveLog = (obj) => ({
193
208
  ...obj,
@@ -200,6 +215,7 @@ export const CreateTokenWithIAMRequestFilterSensitiveLog = (obj) => ({
200
215
  ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),
201
216
  ...(obj.assertion && { assertion: SENSITIVE_STRING }),
202
217
  ...(obj.subjectToken && { subjectToken: SENSITIVE_STRING }),
218
+ ...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),
203
219
  });
204
220
  export const CreateTokenWithIAMResponseFilterSensitiveLog = (obj) => ({
205
221
  ...obj,