aws-sdk 2.810.0 → 2.814.0

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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['greengrassv2'] = {};
7
+ AWS.GreengrassV2 = Service.defineService('greengrassv2', ['2020-11-30']);
8
+ Object.defineProperty(apiLoader.services['greengrassv2'], '2020-11-30', {
9
+ get: function get() {
10
+ var model = require('../apis/greengrassv2-2020-11-30.min.json');
11
+ model.paginators = require('../apis/greengrassv2-2020-11-30.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.GreengrassV2;
@@ -27,6 +27,14 @@ declare class Imagebuilder extends Service {
27
27
  * Creates a new component that can be used to build, validate, test, and assess your image.
28
28
  */
29
29
  createComponent(callback?: (err: AWSError, data: Imagebuilder.Types.CreateComponentResponse) => void): Request<Imagebuilder.Types.CreateComponentResponse, AWSError>;
30
+ /**
31
+ * Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.
32
+ */
33
+ createContainerRecipe(params: Imagebuilder.Types.CreateContainerRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.CreateContainerRecipeResponse) => void): Request<Imagebuilder.Types.CreateContainerRecipeResponse, AWSError>;
34
+ /**
35
+ * Creates a new container recipe. Container recipes define how images are configured, tested, and assessed.
36
+ */
37
+ createContainerRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.CreateContainerRecipeResponse) => void): Request<Imagebuilder.Types.CreateContainerRecipeResponse, AWSError>;
30
38
  /**
31
39
  * Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
32
40
  */
@@ -75,6 +83,14 @@ declare class Imagebuilder extends Service {
75
83
  * Deletes a component build version.
76
84
  */
77
85
  deleteComponent(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteComponentResponse) => void): Request<Imagebuilder.Types.DeleteComponentResponse, AWSError>;
86
+ /**
87
+ * Deletes a container recipe.
88
+ */
89
+ deleteContainerRecipe(params: Imagebuilder.Types.DeleteContainerRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteContainerRecipeResponse) => void): Request<Imagebuilder.Types.DeleteContainerRecipeResponse, AWSError>;
90
+ /**
91
+ * Deletes a container recipe.
92
+ */
93
+ deleteContainerRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteContainerRecipeResponse) => void): Request<Imagebuilder.Types.DeleteContainerRecipeResponse, AWSError>;
78
94
  /**
79
95
  * Deletes a distribution configuration.
80
96
  */
@@ -131,6 +147,22 @@ declare class Imagebuilder extends Service {
131
147
  * Gets a component policy.
132
148
  */
133
149
  getComponentPolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetComponentPolicyResponse) => void): Request<Imagebuilder.Types.GetComponentPolicyResponse, AWSError>;
150
+ /**
151
+ * Retrieves a container recipe.
152
+ */
153
+ getContainerRecipe(params: Imagebuilder.Types.GetContainerRecipeRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetContainerRecipeResponse) => void): Request<Imagebuilder.Types.GetContainerRecipeResponse, AWSError>;
154
+ /**
155
+ * Retrieves a container recipe.
156
+ */
157
+ getContainerRecipe(callback?: (err: AWSError, data: Imagebuilder.Types.GetContainerRecipeResponse) => void): Request<Imagebuilder.Types.GetContainerRecipeResponse, AWSError>;
158
+ /**
159
+ * Retrieves the policy for a container recipe.
160
+ */
161
+ getContainerRecipePolicy(params: Imagebuilder.Types.GetContainerRecipePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.GetContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.GetContainerRecipePolicyResponse, AWSError>;
162
+ /**
163
+ * Retrieves the policy for a container recipe.
164
+ */
165
+ getContainerRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.GetContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.GetContainerRecipePolicyResponse, AWSError>;
134
166
  /**
135
167
  * Gets a distribution configuration.
136
168
  */
@@ -212,11 +244,19 @@ declare class Imagebuilder extends Service {
212
244
  */
213
245
  listComponents(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
214
246
  /**
215
- * Returns a list of distribution configurations.
247
+ * Returns a list of container recipes.
248
+ */
249
+ listContainerRecipes(params: Imagebuilder.Types.ListContainerRecipesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListContainerRecipesResponse) => void): Request<Imagebuilder.Types.ListContainerRecipesResponse, AWSError>;
250
+ /**
251
+ * Returns a list of container recipes.
252
+ */
253
+ listContainerRecipes(callback?: (err: AWSError, data: Imagebuilder.Types.ListContainerRecipesResponse) => void): Request<Imagebuilder.Types.ListContainerRecipesResponse, AWSError>;
254
+ /**
255
+ * Returns a list of distribution configurations.
216
256
  */
217
257
  listDistributionConfigurations(params: Imagebuilder.Types.ListDistributionConfigurationsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListDistributionConfigurationsResponse) => void): Request<Imagebuilder.Types.ListDistributionConfigurationsResponse, AWSError>;
218
258
  /**
219
- * Returns a list of distribution configurations.
259
+ * Returns a list of distribution configurations.
220
260
  */
221
261
  listDistributionConfigurations(callback?: (err: AWSError, data: Imagebuilder.Types.ListDistributionConfigurationsResponse) => void): Request<Imagebuilder.Types.ListDistributionConfigurationsResponse, AWSError>;
222
262
  /**
@@ -283,6 +323,14 @@ declare class Imagebuilder extends Service {
283
323
  * Applies a policy to a component. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutComponentPolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
284
324
  */
285
325
  putComponentPolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutComponentPolicyResponse) => void): Request<Imagebuilder.Types.PutComponentPolicyResponse, AWSError>;
326
+ /**
327
+ * Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.
328
+ */
329
+ putContainerRecipePolicy(params: Imagebuilder.Types.PutContainerRecipePolicyRequest, callback?: (err: AWSError, data: Imagebuilder.Types.PutContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.PutContainerRecipePolicyResponse, AWSError>;
330
+ /**
331
+ * Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API PutContainerImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.
332
+ */
333
+ putContainerRecipePolicy(callback?: (err: AWSError, data: Imagebuilder.Types.PutContainerRecipePolicyResponse) => void): Request<Imagebuilder.Types.PutContainerRecipePolicyResponse, AWSError>;
286
334
  /**
287
335
  * Applies a policy to an image. We recommend that you call the RAM API CreateResourceShare to share resources. If you call the Image Builder API PutImagePolicy, you must also call the RAM API PromoteResourceShareCreatedFromPolicy in order for the resource to be visible to all principals with whom the resource is shared.
288
336
  */
@@ -403,6 +451,7 @@ declare namespace Imagebuilder {
403
451
  export type AmiList = Ami[];
404
452
  export type AmiNameString = string;
405
453
  export type Arn = string;
454
+ export type Boolean = boolean;
406
455
  export interface CancelImageCreationRequest {
407
456
  /**
408
457
  * The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
@@ -585,6 +634,135 @@ declare namespace Imagebuilder {
585
634
  export type ComponentVersionArn = string;
586
635
  export type ComponentVersionArnOrBuildVersionArn = string;
587
636
  export type ComponentVersionList = ComponentVersion[];
637
+ export interface Container {
638
+ /**
639
+ * Containers and container images are Region-specific. This is the Region context for the container.
640
+ */
641
+ region?: NonEmptyString;
642
+ /**
643
+ * A list of URIs for containers created in the context Region.
644
+ */
645
+ imageUris?: StringList;
646
+ }
647
+ export interface ContainerDistributionConfiguration {
648
+ /**
649
+ * The description of the container distribution configuration.
650
+ */
651
+ description?: NonEmptyString;
652
+ /**
653
+ * Tags that are attached to the container distribution configuration.
654
+ */
655
+ containerTags?: StringList;
656
+ /**
657
+ * The destination repository for the container distribution configuration.
658
+ */
659
+ targetRepository: TargetContainerRepository;
660
+ }
661
+ export type ContainerList = Container[];
662
+ export interface ContainerRecipe {
663
+ /**
664
+ * The Amazon Resource Name (ARN) of the container recipe.
665
+ */
666
+ arn?: ImageBuilderArn;
667
+ /**
668
+ * Specifies the type of container, such as Docker.
669
+ */
670
+ containerType?: ContainerType;
671
+ /**
672
+ * The name of the container recipe.
673
+ */
674
+ name?: ResourceName;
675
+ /**
676
+ * The description of the container recipe.
677
+ */
678
+ description?: NonEmptyString;
679
+ /**
680
+ * The system platform for the container, such as Windows or Linux.
681
+ */
682
+ platform?: Platform;
683
+ /**
684
+ * The owner of the container recipe.
685
+ */
686
+ owner?: NonEmptyString;
687
+ /**
688
+ * The semantic version of the container recipe (&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;).
689
+ */
690
+ version?: VersionNumber;
691
+ /**
692
+ * Components for build and test that are included in the container recipe.
693
+ */
694
+ components?: ComponentConfigurationList;
695
+ /**
696
+ * Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
697
+ */
698
+ dockerfileTemplateData?: DockerFileTemplate;
699
+ /**
700
+ * Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
701
+ */
702
+ kmsKeyId?: NonEmptyString;
703
+ /**
704
+ * A flag that indicates if the target container is encrypted.
705
+ */
706
+ encrypted?: NullableBoolean;
707
+ /**
708
+ * The source image for the container recipe.
709
+ */
710
+ parentImage?: NonEmptyString;
711
+ /**
712
+ * The date when this container recipe was created.
713
+ */
714
+ dateCreated?: DateTime;
715
+ /**
716
+ * Tags that are attached to the container recipe.
717
+ */
718
+ tags?: TagMap;
719
+ /**
720
+ * The working directory for use during build and test workflows.
721
+ */
722
+ workingDirectory?: NonEmptyString;
723
+ /**
724
+ * The destination repository for the container image.
725
+ */
726
+ targetRepository?: TargetContainerRepository;
727
+ }
728
+ export type ContainerRecipeArn = string;
729
+ export interface ContainerRecipeSummary {
730
+ /**
731
+ * The Amazon Resource Name (ARN) of the container recipe.
732
+ */
733
+ arn?: ImageBuilderArn;
734
+ /**
735
+ * Specifies the type of container, such as "Docker".
736
+ */
737
+ containerType?: ContainerType;
738
+ /**
739
+ * The name of the container recipe.
740
+ */
741
+ name?: ResourceName;
742
+ /**
743
+ * The system platform for the container, such as Windows or Linux.
744
+ */
745
+ platform?: Platform;
746
+ /**
747
+ * The owner of the container recipe.
748
+ */
749
+ owner?: NonEmptyString;
750
+ /**
751
+ * The source image for the container recipe.
752
+ */
753
+ parentImage?: NonEmptyString;
754
+ /**
755
+ * The date when this container recipe was created.
756
+ */
757
+ dateCreated?: DateTime;
758
+ /**
759
+ * Tags that are attached to the container recipe.
760
+ */
761
+ tags?: TagMap;
762
+ }
763
+ export type ContainerRecipeSummaryList = ContainerRecipeSummary[];
764
+ export type ContainerRepositoryService = "ECR"|string;
765
+ export type ContainerType = "DOCKER"|string;
588
766
  export interface CreateComponentRequest {
589
767
  /**
590
768
  * The name of the component.
@@ -645,6 +823,82 @@ declare namespace Imagebuilder {
645
823
  */
646
824
  componentBuildVersionArn?: ComponentBuildVersionArn;
647
825
  }
826
+ export interface CreateContainerRecipeRequest {
827
+ /**
828
+ * The type of container to create.
829
+ */
830
+ containerType: ContainerType;
831
+ /**
832
+ * The name of the container recipe.
833
+ */
834
+ name: ResourceName;
835
+ /**
836
+ * The description of the container recipe.
837
+ */
838
+ description?: NonEmptyString;
839
+ /**
840
+ * The semantic version of the container recipe (&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;).
841
+ */
842
+ semanticVersion: VersionNumber;
843
+ /**
844
+ * Components for build and test that are included in the container recipe.
845
+ */
846
+ components: ComponentConfigurationList;
847
+ /**
848
+ * The Dockerfile template used to build your image as an inline data blob.
849
+ */
850
+ dockerfileTemplateData: InlineDockerFileTemplate;
851
+ /**
852
+ * The S3 URI for the Dockerfile that will be used to build your container image.
853
+ */
854
+ dockerfileTemplateUri?: Uri;
855
+ /**
856
+ * Specifies the operating system platform when you use a custom source image.
857
+ */
858
+ platformOverride?: Platform;
859
+ /**
860
+ * Specifies the operating system version for the source image.
861
+ */
862
+ imageOsVersionOverride?: NonEmptyString;
863
+ /**
864
+ * The source image for the container recipe.
865
+ */
866
+ parentImage: NonEmptyString;
867
+ /**
868
+ * Tags that are attached to the container recipe.
869
+ */
870
+ tags?: TagMap;
871
+ /**
872
+ * The working directory for use during build and test workflows.
873
+ */
874
+ workingDirectory?: NonEmptyString;
875
+ /**
876
+ * The destination repository for the container image.
877
+ */
878
+ targetRepository: TargetContainerRepository;
879
+ /**
880
+ * Identifies which KMS key is used to encrypt the container image.
881
+ */
882
+ kmsKeyId?: NonEmptyString;
883
+ /**
884
+ * The client token used to make this request idempotent.
885
+ */
886
+ clientToken: ClientToken;
887
+ }
888
+ export interface CreateContainerRecipeResponse {
889
+ /**
890
+ * The request ID that uniquely identifies this request.
891
+ */
892
+ requestId?: NonEmptyString;
893
+ /**
894
+ * The client token used to make this request idempotent.
895
+ */
896
+ clientToken?: ClientToken;
897
+ /**
898
+ * Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
899
+ */
900
+ containerRecipeArn?: ContainerRecipeArn;
901
+ }
648
902
  export interface CreateDistributionConfigurationRequest {
649
903
  /**
650
904
  * The name of the distribution configuration.
@@ -693,7 +947,11 @@ declare namespace Imagebuilder {
693
947
  /**
694
948
  * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
695
949
  */
696
- imageRecipeArn: ImageRecipeArn;
950
+ imageRecipeArn?: ImageRecipeArn;
951
+ /**
952
+ * The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
953
+ */
954
+ containerRecipeArn?: ContainerRecipeArn;
697
955
  /**
698
956
  * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
699
957
  */
@@ -797,7 +1055,11 @@ declare namespace Imagebuilder {
797
1055
  /**
798
1056
  * The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
799
1057
  */
800
- imageRecipeArn: ImageRecipeArn;
1058
+ imageRecipeArn?: ImageRecipeArn;
1059
+ /**
1060
+ * The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
1061
+ */
1062
+ containerRecipeArn?: ContainerRecipeArn;
801
1063
  /**
802
1064
  * The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
803
1065
  */
@@ -922,6 +1184,22 @@ declare namespace Imagebuilder {
922
1184
  */
923
1185
  componentBuildVersionArn?: ComponentBuildVersionArn;
924
1186
  }
1187
+ export interface DeleteContainerRecipeRequest {
1188
+ /**
1189
+ * The Amazon Resource Name (ARN) of the container recipe to delete.
1190
+ */
1191
+ containerRecipeArn: ContainerRecipeArn;
1192
+ }
1193
+ export interface DeleteContainerRecipeResponse {
1194
+ /**
1195
+ * The request ID that uniquely identifies this request.
1196
+ */
1197
+ requestId?: NonEmptyString;
1198
+ /**
1199
+ * The Amazon Resource Name (ARN) of the container recipe that was deleted.
1200
+ */
1201
+ containerRecipeArn?: ContainerRecipeArn;
1202
+ }
925
1203
  export interface DeleteDistributionConfigurationRequest {
926
1204
  /**
927
1205
  * The Amazon Resource Name (ARN) of the distribution configuration to delete.
@@ -1011,6 +1289,10 @@ declare namespace Imagebuilder {
1011
1289
  * The specific AMI settings (for example, launch permissions, AMI tags).
1012
1290
  */
1013
1291
  amiDistributionConfiguration?: AmiDistributionConfiguration;
1292
+ /**
1293
+ * Container distribution settings for encryption, licensing, and sharing in a specific Region.
1294
+ */
1295
+ containerDistributionConfiguration?: ContainerDistributionConfiguration;
1014
1296
  /**
1015
1297
  * The License Manager Configuration to associate with the AMI in the specified Region.
1016
1298
  */
@@ -1076,10 +1358,15 @@ declare namespace Imagebuilder {
1076
1358
  * The tags associated with the distribution configuration.
1077
1359
  */
1078
1360
  tags?: TagMap;
1361
+ /**
1362
+ * A list of Regions where the container image is distributed to.
1363
+ */
1364
+ regions?: RegionList;
1079
1365
  }
1080
1366
  export type DistributionConfigurationSummaryList = DistributionConfigurationSummary[];
1081
1367
  export type DistributionList = Distribution[];
1082
1368
  export type DistributionTimeoutMinutes = number;
1369
+ export type DockerFileTemplate = string;
1083
1370
  export interface EbsInstanceBlockDeviceSpecification {
1084
1371
  /**
1085
1372
  * Use to configure device encryption.
@@ -1160,6 +1447,38 @@ declare namespace Imagebuilder {
1160
1447
  */
1161
1448
  component?: Component;
1162
1449
  }
1450
+ export interface GetContainerRecipePolicyRequest {
1451
+ /**
1452
+ * The Amazon Resource Name (ARN) of the container recipe for the policy being requested.
1453
+ */
1454
+ containerRecipeArn: ContainerRecipeArn;
1455
+ }
1456
+ export interface GetContainerRecipePolicyResponse {
1457
+ /**
1458
+ * The request ID that uniquely identifies this request.
1459
+ */
1460
+ requestId?: NonEmptyString;
1461
+ /**
1462
+ * The container recipe policy object that is returned.
1463
+ */
1464
+ policy?: ResourcePolicyDocument;
1465
+ }
1466
+ export interface GetContainerRecipeRequest {
1467
+ /**
1468
+ * The Amazon Resource Name (ARN) of the container recipe to retrieve.
1469
+ */
1470
+ containerRecipeArn: ContainerRecipeArn;
1471
+ }
1472
+ export interface GetContainerRecipeResponse {
1473
+ /**
1474
+ * The request ID that uniquely identifies this request.
1475
+ */
1476
+ requestId?: NonEmptyString;
1477
+ /**
1478
+ * The container recipe object that is returned.
1479
+ */
1480
+ containerRecipe?: ContainerRecipe;
1481
+ }
1163
1482
  export interface GetDistributionConfigurationRequest {
1164
1483
  /**
1165
1484
  * The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
@@ -1277,6 +1596,10 @@ declare namespace Imagebuilder {
1277
1596
  * The Amazon Resource Name (ARN) of the image.
1278
1597
  */
1279
1598
  arn?: ImageBuilderArn;
1599
+ /**
1600
+ * Specifies whether this is an AMI or container image.
1601
+ */
1602
+ type?: ImageType;
1280
1603
  /**
1281
1604
  * The name of the image.
1282
1605
  */
@@ -1305,6 +1628,10 @@ declare namespace Imagebuilder {
1305
1628
  * The image recipe used when creating the image.
1306
1629
  */
1307
1630
  imageRecipe?: ImageRecipe;
1631
+ /**
1632
+ * The container recipe used to create the container image type.
1633
+ */
1634
+ containerRecipe?: ContainerRecipe;
1308
1635
  /**
1309
1636
  * The name of the image pipeline that created this image.
1310
1637
  */
@@ -1365,6 +1692,10 @@ declare namespace Imagebuilder {
1365
1692
  * The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
1366
1693
  */
1367
1694
  imageRecipeArn?: Arn;
1695
+ /**
1696
+ * The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
1697
+ */
1698
+ containerRecipeArn?: Arn;
1368
1699
  /**
1369
1700
  * The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
1370
1701
  */
@@ -1413,6 +1744,10 @@ declare namespace Imagebuilder {
1413
1744
  * The Amazon Resource Name (ARN) of the image recipe.
1414
1745
  */
1415
1746
  arn?: ImageBuilderArn;
1747
+ /**
1748
+ * Specifies which type of image is created by the recipe - an AMI or a container image.
1749
+ */
1750
+ type?: ImageType;
1416
1751
  /**
1417
1752
  * The name of the image recipe.
1418
1753
  */
@@ -1510,6 +1845,10 @@ declare namespace Imagebuilder {
1510
1845
  * The name of the image.
1511
1846
  */
1512
1847
  name?: ResourceName;
1848
+ /**
1849
+ * Specifies whether this is an AMI or container image.
1850
+ */
1851
+ type?: ImageType;
1513
1852
  /**
1514
1853
  * The version of the image.
1515
1854
  */
@@ -1555,6 +1894,7 @@ declare namespace Imagebuilder {
1555
1894
  timeoutMinutes?: ImageTestsTimeoutMinutes;
1556
1895
  }
1557
1896
  export type ImageTestsTimeoutMinutes = number;
1897
+ export type ImageType = "AMI"|"DOCKER"|string;
1558
1898
  export interface ImageVersion {
1559
1899
  /**
1560
1900
  * The Amazon Resource Name (ARN) of the image semantic version.
@@ -1564,6 +1904,10 @@ declare namespace Imagebuilder {
1564
1904
  * The name of the image semantic version.
1565
1905
  */
1566
1906
  name?: ResourceName;
1907
+ /**
1908
+ * Specifies whether this is an AMI or container image.
1909
+ */
1910
+ type?: ImageType;
1567
1911
  /**
1568
1912
  * The semantic version of the image semantic version.
1569
1913
  */
@@ -1747,6 +2091,7 @@ declare namespace Imagebuilder {
1747
2091
  }
1748
2092
  export type InfrastructureConfigurationSummaryList = InfrastructureConfigurationSummary[];
1749
2093
  export type InlineComponentData = string;
2094
+ export type InlineDockerFileTemplate = string;
1750
2095
  export interface InstanceBlockDeviceMapping {
1751
2096
  /**
1752
2097
  * The device to which these mappings apply.
@@ -1817,6 +2162,10 @@ declare namespace Imagebuilder {
1817
2162
  * The filters.
1818
2163
  */
1819
2164
  filters?: FilterList;
2165
+ /**
2166
+ * Returns the list of component build versions for the specified semantic version.
2167
+ */
2168
+ byName?: Boolean;
1820
2169
  /**
1821
2170
  * The maximum items to return in a request.
1822
2171
  */
@@ -1840,6 +2189,38 @@ declare namespace Imagebuilder {
1840
2189
  */
1841
2190
  nextToken?: PaginationToken;
1842
2191
  }
2192
+ export interface ListContainerRecipesRequest {
2193
+ /**
2194
+ * Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
2195
+ */
2196
+ owner?: Ownership;
2197
+ /**
2198
+ * Request filters that are used to narrow the list of container images that are returned.
2199
+ */
2200
+ filters?: FilterList;
2201
+ /**
2202
+ * The maximum number of results to return in the list.
2203
+ */
2204
+ maxResults?: RestrictedInteger;
2205
+ /**
2206
+ * Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
2207
+ */
2208
+ nextToken?: NonEmptyString;
2209
+ }
2210
+ export interface ListContainerRecipesResponse {
2211
+ /**
2212
+ * The request ID that uniquely identifies this request.
2213
+ */
2214
+ requestId?: NonEmptyString;
2215
+ /**
2216
+ * The list of container recipes returned for the request.
2217
+ */
2218
+ containerRecipeSummaryList?: ContainerRecipeSummaryList;
2219
+ /**
2220
+ * The next token field is used for paginated responses. When this is not empty, there are additional container recipes that the service has not included in this response. Use this token with the next request to retrieve additional list items.
2221
+ */
2222
+ nextToken?: NonEmptyString;
2223
+ }
1843
2224
  export interface ListDistributionConfigurationsRequest {
1844
2225
  /**
1845
2226
  * The filters. name - The name of this distribution configuration.
@@ -2001,6 +2382,10 @@ declare namespace Imagebuilder {
2001
2382
  * The filters.
2002
2383
  */
2003
2384
  filters?: FilterList;
2385
+ /**
2386
+ * Requests a list of images with a specific recipe name.
2387
+ */
2388
+ byName?: Boolean;
2004
2389
  /**
2005
2390
  * The maximum items to return in a request.
2006
2391
  */
@@ -2009,6 +2394,10 @@ declare namespace Imagebuilder {
2009
2394
  * A token to specify where to start paginating. This is the NextToken from a previously truncated response.
2010
2395
  */
2011
2396
  nextToken?: PaginationToken;
2397
+ /**
2398
+ * Includes deprecated images in the response list.
2399
+ */
2400
+ includeDeprecated?: NullableBoolean;
2012
2401
  }
2013
2402
  export interface ListImagesResponse {
2014
2403
  /**
@@ -2079,6 +2468,10 @@ declare namespace Imagebuilder {
2079
2468
  * The EC2 AMIs created by this image.
2080
2469
  */
2081
2470
  amis?: AmiList;
2471
+ /**
2472
+ * Container images that the pipeline has generated and stored in the output repository.
2473
+ */
2474
+ containers?: ContainerList;
2082
2475
  }
2083
2476
  export type Ownership = "Self"|"Shared"|"Amazon"|string;
2084
2477
  export type PaginationToken = string;
@@ -2105,6 +2498,26 @@ declare namespace Imagebuilder {
2105
2498
  */
2106
2499
  componentArn?: ComponentBuildVersionArn;
2107
2500
  }
2501
+ export interface PutContainerRecipePolicyRequest {
2502
+ /**
2503
+ * The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.
2504
+ */
2505
+ containerRecipeArn: ContainerRecipeArn;
2506
+ /**
2507
+ * The policy to apply to the container recipe.
2508
+ */
2509
+ policy: ResourcePolicyDocument;
2510
+ }
2511
+ export interface PutContainerRecipePolicyResponse {
2512
+ /**
2513
+ * The request ID that uniquely identifies this request.
2514
+ */
2515
+ requestId?: NonEmptyString;
2516
+ /**
2517
+ * The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.
2518
+ */
2519
+ containerRecipeArn?: ContainerRecipeArn;
2520
+ }
2108
2521
  export interface PutImagePolicyRequest {
2109
2522
  /**
2110
2523
  * The Amazon Resource Name (ARN) of the image that this policy should be applied to.
@@ -2145,6 +2558,7 @@ declare namespace Imagebuilder {
2145
2558
  */
2146
2559
  imageRecipeArn?: ImageRecipeArn;
2147
2560
  }
2561
+ export type RegionList = NonEmptyString[];
2148
2562
  export type ResourceName = string;
2149
2563
  export type ResourcePolicyDocument = string;
2150
2564
  export type ResourceTagMap = {[key: string]: TagValue};
@@ -2212,6 +2626,16 @@ declare namespace Imagebuilder {
2212
2626
  export interface TagResourceResponse {
2213
2627
  }
2214
2628
  export type TagValue = string;
2629
+ export interface TargetContainerRepository {
2630
+ /**
2631
+ * Specifies the service in which this image was registered.
2632
+ */
2633
+ service: ContainerRepositoryService;
2634
+ /**
2635
+ * The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
2636
+ */
2637
+ repositoryName: NonEmptyString;
2638
+ }
2215
2639
  export interface UntagResourceRequest {
2216
2640
  /**
2217
2641
  * The Amazon Resource Name (ARN) of the resource that you want to untag.
@@ -2268,7 +2692,11 @@ declare namespace Imagebuilder {
2268
2692
  /**
2269
2693
  * The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
2270
2694
  */
2271
- imageRecipeArn: ImageRecipeArn;
2695
+ imageRecipeArn?: ImageRecipeArn;
2696
+ /**
2697
+ * The Amazon Resource Name (ARN) of the container pipeline to update.
2698
+ */
2699
+ containerRecipeArn?: ContainerRecipeArn;
2272
2700
  /**
2273
2701
  * The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
2274
2702
  */