@aws-sdk/client-ssm-contacts 3.650.0 → 3.654.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 (79) hide show
  1. package/dist-types/commands/AcceptPageCommand.d.ts +11 -0
  2. package/dist-types/commands/ActivateContactChannelCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateContactChannelCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateContactCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRotationCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +11 -0
  7. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteContactChannelCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteContactCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteRotationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeEngagementCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribePageCommand.d.ts +11 -0
  14. package/dist-types/commands/GetContactChannelCommand.d.ts +11 -0
  15. package/dist-types/commands/GetContactCommand.d.ts +11 -0
  16. package/dist-types/commands/GetContactPolicyCommand.d.ts +11 -0
  17. package/dist-types/commands/GetRotationCommand.d.ts +11 -0
  18. package/dist-types/commands/GetRotationOverrideCommand.d.ts +11 -0
  19. package/dist-types/commands/ListContactChannelsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListContactsCommand.d.ts +11 -0
  21. package/dist-types/commands/ListEngagementsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListPageReceiptsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListPageResolutionsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListPagesByContactCommand.d.ts +11 -0
  25. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +11 -0
  26. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListRotationOverridesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListRotationShiftsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListRotationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/PutContactPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/SendActivationCodeCommand.d.ts +11 -0
  33. package/dist-types/commands/StartEngagementCommand.d.ts +11 -0
  34. package/dist-types/commands/StopEngagementCommand.d.ts +11 -0
  35. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  36. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateContactChannelCommand.d.ts +11 -0
  38. package/dist-types/commands/UpdateContactCommand.d.ts +11 -0
  39. package/dist-types/commands/UpdateRotationCommand.d.ts +11 -0
  40. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +12 -1
  79. package/package.json +35 -35
@@ -76,4 +76,15 @@ declare const AcceptPageCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class AcceptPageCommand extends AcceptPageCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: AcceptPageRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: AcceptPageCommandInput;
87
+ output: AcceptPageCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -73,4 +73,15 @@ declare const ActivateContactChannelCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ActivateContactChannelCommand extends ActivateContactChannelCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ActivateContactChannelRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: ActivateContactChannelCommandInput;
84
+ output: ActivateContactChannelCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -83,4 +83,15 @@ declare const CreateContactChannelCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateContactChannelCommand extends CreateContactChannelCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateContactChannelRequest;
90
+ output: CreateContactChannelResult;
91
+ };
92
+ sdk: {
93
+ input: CreateContactChannelCommandInput;
94
+ output: CreateContactChannelCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -112,4 +112,15 @@ declare const CreateContactCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class CreateContactCommand extends CreateContactCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: CreateContactRequest;
119
+ output: CreateContactResult;
120
+ };
121
+ sdk: {
122
+ input: CreateContactCommandInput;
123
+ output: CreateContactCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -124,4 +124,15 @@ declare const CreateRotationCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class CreateRotationCommand extends CreateRotationCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: CreateRotationRequest;
131
+ output: CreateRotationResult;
132
+ };
133
+ sdk: {
134
+ input: CreateRotationCommandInput;
135
+ output: CreateRotationCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -82,4 +82,15 @@ declare const CreateRotationOverrideCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateRotationOverrideCommand extends CreateRotationOverrideCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateRotationOverrideRequest;
89
+ output: CreateRotationOverrideResult;
90
+ };
91
+ sdk: {
92
+ input: CreateRotationOverrideCommandInput;
93
+ output: CreateRotationOverrideCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const DeactivateContactChannelCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeactivateContactChannelCommand extends DeactivateContactChannelCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeactivateContactChannelRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeactivateContactChannelCommandInput;
83
+ output: DeactivateContactChannelCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -74,4 +74,15 @@ declare const DeleteContactChannelCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteContactChannelCommand extends DeleteContactChannelCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteContactChannelRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteContactChannelCommandInput;
85
+ output: DeleteContactChannelCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -77,4 +77,15 @@ declare const DeleteContactCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DeleteContactCommand extends DeleteContactCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DeleteContactRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: DeleteContactCommandInput;
88
+ output: DeleteContactCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -75,4 +75,15 @@ declare const DeleteRotationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteRotationCommand extends DeleteRotationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteRotationRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteRotationCommandInput;
86
+ output: DeleteRotationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -72,4 +72,15 @@ declare const DeleteRotationOverrideCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteRotationOverrideCommand extends DeleteRotationOverrideCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteRotationOverrideRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteRotationOverrideCommandInput;
83
+ output: DeleteRotationOverrideCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -86,4 +86,15 @@ declare const DescribeEngagementCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeEngagementCommand extends DescribeEngagementCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeEngagementRequest;
93
+ output: DescribeEngagementResult;
94
+ };
95
+ sdk: {
96
+ input: DescribeEngagementCommandInput;
97
+ output: DescribeEngagementCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -87,4 +87,15 @@ declare const DescribePageCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DescribePageCommand extends DescribePageCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DescribePageRequest;
94
+ output: DescribePageResult;
95
+ };
96
+ sdk: {
97
+ input: DescribePageCommandInput;
98
+ output: DescribePageCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -83,4 +83,15 @@ declare const GetContactChannelCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetContactChannelCommand extends GetContactChannelCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetContactChannelRequest;
90
+ output: GetContactChannelResult;
91
+ };
92
+ sdk: {
93
+ input: GetContactChannelCommandInput;
94
+ output: GetContactChannelCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -101,4 +101,15 @@ declare const GetContactCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetContactCommand extends GetContactCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetContactRequest;
108
+ output: GetContactResult;
109
+ };
110
+ sdk: {
111
+ input: GetContactCommandInput;
112
+ output: GetContactCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -75,4 +75,15 @@ declare const GetContactPolicyCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetContactPolicyCommand extends GetContactPolicyCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetContactPolicyRequest;
82
+ output: GetContactPolicyResult;
83
+ };
84
+ sdk: {
85
+ input: GetContactPolicyCommandInput;
86
+ output: GetContactPolicyCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -115,4 +115,15 @@ declare const GetRotationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetRotationCommand extends GetRotationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetRotationRequest;
122
+ output: GetRotationResult;
123
+ };
124
+ sdk: {
125
+ input: GetRotationCommandInput;
126
+ output: GetRotationCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -81,4 +81,15 @@ declare const GetRotationOverrideCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetRotationOverrideCommand extends GetRotationOverrideCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetRotationOverrideRequest;
88
+ output: GetRotationOverrideResult;
89
+ };
90
+ sdk: {
91
+ input: GetRotationOverrideCommandInput;
92
+ output: GetRotationOverrideCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -90,4 +90,15 @@ declare const ListContactChannelsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListContactChannelsCommand extends ListContactChannelsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListContactChannelsRequest;
97
+ output: ListContactChannelsResult;
98
+ };
99
+ sdk: {
100
+ input: ListContactChannelsCommandInput;
101
+ output: ListContactChannelsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -81,4 +81,15 @@ declare const ListContactsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListContactsCommand extends ListContactsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListContactsRequest;
88
+ output: ListContactsResult;
89
+ };
90
+ sdk: {
91
+ input: ListContactsCommandInput;
92
+ output: ListContactsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -86,4 +86,15 @@ declare const ListEngagementsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListEngagementsCommand extends ListEngagementsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListEngagementsRequest;
93
+ output: ListEngagementsResult;
94
+ };
95
+ sdk: {
96
+ input: ListEngagementsCommandInput;
97
+ output: ListEngagementsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -83,4 +83,15 @@ declare const ListPageReceiptsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListPageReceiptsCommand extends ListPageReceiptsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListPageReceiptsRequest;
90
+ output: ListPageReceiptsResult;
91
+ };
92
+ sdk: {
93
+ input: ListPageReceiptsCommandInput;
94
+ output: ListPageReceiptsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -85,4 +85,15 @@ declare const ListPageResolutionsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListPageResolutionsCommand extends ListPageResolutionsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListPageResolutionsRequest;
92
+ output: ListPageResolutionsResult;
93
+ };
94
+ sdk: {
95
+ input: ListPageResolutionsCommandInput;
96
+ output: ListPageResolutionsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -87,4 +87,15 @@ declare const ListPagesByContactCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListPagesByContactCommand extends ListPagesByContactCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListPagesByContactRequest;
94
+ output: ListPagesByContactResult;
95
+ };
96
+ sdk: {
97
+ input: ListPagesByContactCommandInput;
98
+ output: ListPagesByContactCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -87,4 +87,15 @@ declare const ListPagesByEngagementCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListPagesByEngagementCommand extends ListPagesByEngagementCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListPagesByEngagementRequest;
94
+ output: ListPagesByEngagementResult;
95
+ };
96
+ sdk: {
97
+ input: ListPagesByEngagementCommandInput;
98
+ output: ListPagesByEngagementCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -141,4 +141,15 @@ declare const ListPreviewRotationShiftsCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class ListPreviewRotationShiftsCommand extends ListPreviewRotationShiftsCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: ListPreviewRotationShiftsRequest;
148
+ output: ListPreviewRotationShiftsResult;
149
+ };
150
+ sdk: {
151
+ input: ListPreviewRotationShiftsCommandInput;
152
+ output: ListPreviewRotationShiftsCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -88,4 +88,15 @@ declare const ListRotationOverridesCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListRotationOverridesCommand extends ListRotationOverridesCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListRotationOverridesRequest;
95
+ output: ListRotationOverridesResult;
96
+ };
97
+ sdk: {
98
+ input: ListRotationOverridesCommandInput;
99
+ output: ListRotationOverridesCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -95,4 +95,15 @@ declare const ListRotationShiftsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListRotationShiftsCommand extends ListRotationShiftsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListRotationShiftsRequest;
102
+ output: ListRotationShiftsResult;
103
+ };
104
+ sdk: {
105
+ input: ListRotationShiftsCommandInput;
106
+ output: ListRotationShiftsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -122,4 +122,15 @@ declare const ListRotationsCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class ListRotationsCommand extends ListRotationsCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: ListRotationsRequest;
129
+ output: ListRotationsResult;
130
+ };
131
+ sdk: {
132
+ input: ListRotationsCommandInput;
133
+ output: ListRotationsCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResult;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -77,4 +77,15 @@ declare const PutContactPolicyCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class PutContactPolicyCommand extends PutContactPolicyCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: PutContactPolicyRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: PutContactPolicyCommandInput;
88
+ output: PutContactPolicyCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -79,4 +79,15 @@ declare const SendActivationCodeCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class SendActivationCodeCommand extends SendActivationCodeCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: SendActivationCodeRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: SendActivationCodeCommandInput;
90
+ output: SendActivationCodeCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -84,4 +84,15 @@ declare const StartEngagementCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class StartEngagementCommand extends StartEngagementCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: StartEngagementRequest;
91
+ output: StartEngagementResult;
92
+ };
93
+ sdk: {
94
+ input: StartEngagementCommandInput;
95
+ output: StartEngagementCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -73,4 +73,15 @@ declare const StopEngagementCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopEngagementCommand extends StopEngagementCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopEngagementRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopEngagementCommandInput;
84
+ output: StopEngagementCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -81,4 +81,15 @@ declare const TagResourceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class TagResourceCommand extends TagResourceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: TagResourceRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: TagResourceCommandInput;
92
+ output: TagResourceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -81,4 +81,15 @@ declare const UpdateContactChannelCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateContactChannelCommand extends UpdateContactChannelCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateContactChannelRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UpdateContactChannelCommandInput;
92
+ output: UpdateContactChannelCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -100,4 +100,15 @@ declare const UpdateContactCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class UpdateContactCommand extends UpdateContactCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: UpdateContactRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: UpdateContactCommandInput;
111
+ output: UpdateContactCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -115,4 +115,15 @@ declare const UpdateRotationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class UpdateRotationCommand extends UpdateRotationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UpdateRotationRequest;
122
+ output: {};
123
+ };
124
+ sdk: {
125
+ input: UpdateRotationCommandInput;
126
+ output: UpdateRotationCommandOutput;
127
+ };
128
+ };
118
129
  }